home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Capture / PlayCap / readme.txt < prev   
Encoding:
Text File  |  2001-10-10  |  577 b   |  13 lines

  1. DirectShow Sample -- PlayCap
  2. ----------------------------
  3.  
  4. PlayCap is a simple video capture device previewer.  Unlike AMCap, it does
  5. not allow you to capture data to a file.  Instead, it searches for the first
  6. available video capture device registered in the system, connects to it,
  7. and begins displaying its video data in a small window.  
  8.  
  9. It demonstrates a simple example of using the ICaptureGraphBuilder2 and 
  10. ICreateDevEnum interfaces to build a capture graph.  This type of simple 
  11. previewing might be used in a videoconferencing application, for example.
  12.  
  13.